home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / isa_099.zip / ISAEDIT.ZIP / ISAEDIT.DOC next >
Text File  |  1992-06-06  |  6KB  |  125 lines

  1.  
  2.  
  3.   φ ISA User Editor φ
  4.  
  5.      ■ By Tim Lang (1:153/924)
  6.  
  7. ===============================================================================
  8.  
  9.   *** DISCLAIMER ***
  10.  
  11.    ISAEDIT is only guaranteed to take up space on your Hard Drive.  The authors
  12.    shall be in NO WAY liable for any damage or data loss to your system. In
  13.    other words, it should work, but USE IT AT YOUR OWN RISK!
  14.  
  15.  
  16.   *** OPERATION ***
  17.  
  18.    The file ISAEDIT.EXE is the user editor for ISA.  Only REGISTERED
  19.    users will have full editing rights.  Non-Registered users may only DELETE
  20.    users and change a user's alias.  On top of that they must also suffer
  21.    through a 15 second delay at startup.
  22.  
  23.    I have not put limits on the editor other than the legal maximums of the
  24.    variable.  Please use discretion when editing as OVER-editing WILL cause the
  25.    data file to go corrupt and reck the game.  Recommended maximum settings
  26.    are:  Planets - 25,000
  27.          Money - $1,000,000,000
  28.          Troups - 45,000
  29.  
  30.  
  31.   *** REMOTE OPERATION ***
  32.  
  33.   ISAEDIT works over the modem now.  The only requirement is a DORINFO1.DEF
  34.   file.  To use ISAEDIT remote, use must call it with one parameter - The path
  35.   to dorinfo1.def file.
  36.     ie: ISAEDIT C:\BBS
  37.   No other parameters are supported.  Calling ISAEDIT with NO parameters will
  38.   run it in local mode.  ISAEDIT has carrier checking, time out checking and
  39.   requires a fossil driver. Basicly, it has the same requirements as
  40.   ISA.
  41.  
  42.  
  43.    If you are running ISAEDIT in your batch file, the errorlevels
  44.    are:  0 - Normal Termination
  45.          2 - Sysop Forced exit
  46.          3 - Inactivity Time Out
  47.          4 - No Carrier
  48.          5 - Time Up
  49.         11 - ISA.DAT not found in current directory
  50.         12 - User record specified not found
  51.         13 - Invalid path to Dorinfo1.def file
  52.         15 - Error saving User File
  53.  
  54.    There are probably a few bugs in ISAEDIT still, if one occurs please note
  55.    the RUN-TIME ERROR code and address  (ie: RUN-TIME ERROR 100 at 0000:45DF)
  56.  
  57.  
  58. Possible errors in ISA and ISAEDIT:
  59.  
  60. Number Meaning                 With regards to ISA/ISAEDIT
  61. ------ ----------------------- -------------------------------------------
  62.     2  File not found          You are missing a file.
  63.     4  Too many open files     Increase your FILES= statement in your 
  64.                                CONFIG.SYS  We recommend about 25.
  65.     5  File access denied      Either a file has been set to read only, a
  66.                                directory is full, a RENAME tried to rename to
  67.                                an existing file name or a file is not open.
  68.     6  Invalid File Handle     Your file handles have become corrupted, DOS err.
  69.     
  70.   100  Disk Read Error         An attempt was made to read past the end of a 
  71.                    file most often.  Something is corrupted in the
  72.                    record pointers.
  73.   101  Disk Write Error        Generall an indication of a full hard disk.
  74.   103  File Not Open           File is closed when it shouldn't have been.
  75.   104  File Not Open for Input Text file is closed when it shouldn't have been.
  76.   105  File Not Open for Output "   "     "   "       "      "       "
  77.   106  Invalid Numeric Format  Generally this is only caused when reading a
  78.                    BBS interface file (that has the user's info).
  79.                                It happens when ISA is trying to read a
  80.                    numeric value from an interface text file and 
  81.                    there isn't a valid number in the file.
  82.   
  83.   Errors 150 through 162 indicate various HARDWARE failures.  If you're getting
  84.   these, then something is wrong with your PC and I can't be of much help there.
  85.  
  86.     Some commone ones are:
  87.   152  Drive not ready         Controller problem or drive not spinning
  88.   154  CRC error in data       Scrogged disk (real technical eh? (grin))
  89.   156  Disk Seek error            Head problem or bad controller
  90.   157  Unknown media type      Did you just change to DOS 4.0 or 5.0???
  91.   158  Sector not found        Head problem or bad controller
  92.   159  Printer out of paper    This should never happen since ISA doesn't
  93.                                acces the printer
  94.   160  Device write fault      Disk problem
  95.   161  Device read fault       Disk problem
  96.   162  Hardware Failure        "Generic" nasty, nasty problem.
  97.  
  98.   Fatal errors generally indicate a problem that must be fixed before you 
  99.   can continue to run the game.
  100.  
  101.   200  Division by zero        Now I hope you cannot make one of these happen
  102.                    as I check before every division to make sure
  103.                    it DOESN'T happen, but you it might.
  104.   201  Range Check Error       Array index out of range.
  105.   202  Stack Overflow          NOT ENOUGH MEMORY for the stack!  Type either
  106.                                using the swap feature or call ISA from a batch file
  107.   203  Heap overflow error     Same as 202.
  108.   204  Invalid Pointer Op.     Can be caused the same as 202.
  109.   205  Floating point overflow Most likely someone has used the editor
  110.                                and put an insane value in a field somewhere.
  111.                                YOU CANNOT make enough of anything in ISA to
  112.                                cause this with normal play.
  113.   207  Invalid Floating point  You have a real thats trying to be converted to a
  114.        Operation               Long int and its greater than 2 billion.
  115.   209  Overlay File read error ISA had a problem getting an overlay from the
  116.                                ISA.OVR file.  If you're not using EMS, then
  117.                    the .OVR file is missing or is setting on a bad
  118.                    sector on your harddisk.  If you are running EMS
  119.                    then you have a bad memory chip! (yak)
  120.  
  121. Well this covers a large portion of the technical support for ISA.  If you have
  122. further questions, contact James Hargrave (for ISA) or Timothy Lang (for
  123. ISAEDIT).
  124.  
  125.